1148a9dbdca95861d4f18f67602dc9363fe1cc26,portal-impl/src/com/liferay/portal/repository/cmis/CMISRepository.java,CMISRepository,toFileEntryId,#number#,1417
Before Change
"No CMIS file entry with {fileEntryId=" + fileEntryId + "}");
}
return new ObjectIdImpl(repositoryEntry.getMappedId());
}
protected ObjectId toFileVersionId(long fileVersionId)
After Change
"No CMIS file entry with {fileEntryId=" + fileEntryId + "}");
}
return repositoryEntry.getMappedId();
}
protected String toFileVersionId(long fileVersionId)